API: Deprecate gtk_container_resize_children()
authorBenjamin Otte <otte@redhat.com>
Thu, 30 May 2013 18:02:30 +0000 (20:02 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 30 May 2013 18:02:30 +0000 (20:02 +0200)
It does ad things and is undocumented, so I'll just silently deprecate
it.

gtk/gtkcontainer.h

index f66fd826bd9d537a877e9466da00ab0f6ae2f712..4a334df783199335c091a3e94794645dc2c99048 100644 (file)
@@ -174,7 +174,7 @@ void   gtk_container_set_focus_hadjustment (GtkContainer     *container,
 GDK_AVAILABLE_IN_ALL
 GtkAdjustment *gtk_container_get_focus_hadjustment (GtkContainer *container);
 
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
 void    gtk_container_resize_children      (GtkContainer     *container);
 
 GDK_AVAILABLE_IN_ALL